[GET] dayReservations
/api/parking/driver/dayReservations
DayReservationsRequestDTO
Attributes:
Name | Type | Description |
---|---|---|
site_id |
int
|
|
local_date |
Annotated[date, AfterValidator(validateDriverLocalDate)]
|
|
DayReservationsResponseDTO
TimeSlotDTO
Attributes:
Name | Type | Description |
---|---|---|
parking_time_slot_id |
int
|
|
start_local |
EVCivilianTime
|
|
end_local |
EVCivilianTime
|
|
details |
List[ReservationDTO]
|
|
ReservationDTO
Attributes:
Name | Type | Description |
---|---|---|
parking_slot_id |
int
|
|
charger_id |
str
|
|
charger_name |
str
|
|
connector_id |
List[int]
|
|
connector_type |
List[Optional[str]]
|
|
status |
Status
|
|
user |
Optional[str]
|
THIS IS ONLY FILLED FOR MANAGER ENDPOINT |
email |
Optional[str]
|
THIS IS ONLY FILLED FOR MANAGER ENDPOINT |